home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / datalist / datalist.exe / %MAINDIR% / SAMPLES / Sample1 / FORM1.FRM (.txt) next >
Encoding:
Visual Basic Form  |  1998-03-09  |  2.9 KB  |  87 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   4800
  5.    ClientLeft      =   1140
  6.    ClientTop       =   1665
  7.    ClientWidth     =   6000
  8.    Height          =   5265
  9.    Left            =   1080
  10.    LinkTopic       =   "Form1"
  11.    LockControls    =   -1  'True
  12.    ScaleHeight     =   4800
  13.    ScaleWidth      =   6000
  14.    Top             =   1260
  15.    Width           =   6120
  16.    Begin VB.Data Data1 
  17.       Caption         =   "Data1"
  18.       Connect         =   "Access"
  19.       DatabaseName    =   "..\toprock.mdb"
  20.       Exclusive       =   0   'False
  21.       Height          =   300
  22.       Left            =   240
  23.       Options         =   0
  24.       ReadOnly        =   0   'False
  25.       RecordsetType   =   1  'Dynaset
  26.       RecordSource    =   "Products"
  27.       Top             =   4200
  28.       Width           =   5535
  29.    End
  30.    Begin DataList.GTCombo GTCombo1 
  31.       Bindings        =   "FORM1.frx":0000
  32.       Height          =   315
  33.       Left            =   240
  34.       TabIndex        =   0
  35.       Top             =   360
  36.       Width           =   5535
  37.       _Version        =   65536
  38.       DefColCaptionBorderStyle=   3
  39.       GridLineType    =   0
  40.       ScrollTipDataField=   "Author"
  41.       DataFieldList   =   "ProductName"
  42.       BeginProperty DefColCaptionFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  43.          name            =   "MS Sans Serif"
  44.          charset         =   0
  45.          weight          =   400
  46.          size            =   8.25
  47.          underline       =   0   'False
  48.          italic          =   0   'False
  49.          strikethrough   =   0   'False
  50.       EndProperty
  51.       BeginProperty DefFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  52.          name            =   "MS Sans Serif"
  53.          charset         =   0
  54.          weight          =   400
  55.          size            =   8.25
  56.          underline       =   0   'False
  57.          italic          =   0   'False
  58.          strikethrough   =   0   'False
  59.       EndProperty
  60.       BeginProperty ScrollTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  61.          name            =   "MS Sans Serif"
  62.          charset         =   0
  63.          weight          =   400
  64.          size            =   8.25
  65.          underline       =   0   'False
  66.          italic          =   0   'False
  67.          strikethrough   =   0   'False
  68.       EndProperty
  69.       BeginProperty ExtendTipFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  70.          name            =   "MS Sans Serif"
  71.          charset         =   0
  72.          weight          =   400
  73.          size            =   8.25
  74.          underline       =   0   'False
  75.          italic          =   0   'False
  76.          strikethrough   =   0   'False
  77.       EndProperty
  78.       LImgs.Count     =   1
  79.       _ExtentX        =   9763
  80.       _ExtentY        =   556
  81.       _StockProps     =   93
  82.       BackColor       =   16777215
  83.    End
  84. Attribute VB_Name = "Form1"
  85. Attribute VB_Creatable = False
  86. Attribute VB_Exposed = False
  87.